anito.NET - Object Relational Mapping Framework

anito.zip (10,2 MB)
Anito.net is an under development, simple, open source Object Relational Mapping framework for .Net that aims to speed up database-driven development through reusable patterns and database independent solutions. Supported database MS-SQL, MySQL, SQLite and MongoDB

ASP.NET Open Asset Database with CMDB

AssetCMDB.zip (2,6 MB)
Open Asset Database with CMDB allows you to define your own asset types & sub types specifying your own properties for each type. Define relationships and track Hardware & Software orders for inventory reporting to help with ITIL compliance. Developed in asp.net 4, C# & SQL 2008.

BCP2SQLAzure: Free tool to import/export data between SQL Azure and SQL Server

SQL Azure BCP makes it easier for database admins and developers, to do bulk copy loads into SQL Azure. This bcp replacement allows you to define each load using an easily XML file. It´s developed using C#.

Bible Mobile

biblemobile.zip (77,6 MB)
The purpose of this project is to create a C#, ASP.NET, Microsoft SQL 2008 server Bible for mobile devices.

Big SQL Script File Runner

Here's project that enables any developers or others to run the big sql script file greater than 300MB or any size. It also supports rollback feature & others.

SSIS Credit Card Number Validator 08 (CCNV08)

ccnv08.zip (64 kB)
Credit Card Number Validator 08 (CCNV08) is a Custom SSIS Data Flow Transformation Component for SQL Server 2008 that determines whether the given input is a valid credit card number or not.

Change Data Capture Helper

CDCHelper.zip (15,9 MB)
Change data capture helper for SQL Server 2008 It's developed in C#

Central Database Administration

centraldba.zip (12,0 MB)
The Central Database Administration project is a combination of a management database for all SQL instances and a central data warehouse for management and monitoring. It uses as much built-in functionality as possible - such as MSX, SSRS, SSIS, etc. Automate at least 1 FTE.

A Book Cataloging system written in C#

CrimsonReader.zip (195,1 MB)
This is a early alpha, not for primetime yet. Crimson reader is a set of EPUB readers and a book cataloging program written in C#. The readers use a website or a local datacache to keep track of the books, DVD's and MP3's.

.Net Data Form Wizard

A Basic .Net application that will connect to a SQL Server, allow you to select a database, then select from the user created tables, read the table information, and will build the asp.net code to insert and update records. Written in VB with plans for C#

EXCEL导入、导出、存储过程运算工具:DataPie(支持MSSQL 2008、ORACLE、ACCESS 2007)

DataPie.zip (110,5 MB)
DataPie支持MSSQL 2008、ORACLE、ACCESS 2007数据库的EXCEL 2007导入、导出(支持多表导入同一个工作簿,支持大数据量表通过多个EXCEL工作簿导出),支持存储过程运算。

DatingGame

DatingGame.zip (12,7 MB)
Course to teach high-school aged girls basic T-SQL using a fun scenario - querying to find the hottest boys! Used at Microsoft DigiGirlz and TKP events. Included DDL script, CSV for bcp with data, PPTX, T-SQL Cheat Sheet and teaching tips. Enjoy!

DB Compare

dbcompare.zip (86,7 MB)
DB Compare is a simple utility that compares the schema (Tables, Views, and Stored Procedures) of two SQL Server databases.

SQL Server Database Copy Tool

dbcopytool.zip (731 kB)
Simple tool to copy databases from one SQL Server to another.

DbDiff: Database Diff and Database Scripting

DbDiff.zip (13,3 MB)
Compare MSSql database structures. (Sql 2005, Sql 2008, Sql 2008R2, Sql Denali ) Features: - compare database structures - scripting without dmo or smo - commandline scripting, commandline compare - standalone dll-s for referencing

DBSourceTools

dbsourcetools.zip (356,8 MB)
DBSourceTools is a GUI utility to help developers bring SQL Server databases under source control. A powerful database scripter, code editor, sql generator, and database versioning tool. Compare Schemas, create diff scripts, edit T-SQL with ease. Better than Management Studio.

SSIS Dimension Merge SCD Component

A custom Data Flow component for SQL Server Integration Services (SSIS) that replaces the standard SCD Wizard with a superior experience, from the configuration UI to runtime performance. Performs 100x faster than the standard component, and edits are non-destructive.

DotNetCRM Community Edition

dotnetcrm.zip (8,7 MB)
DotNetCRM Community Edition is an open source, enterprise-class CRM built on the .NET platform. It is designed to be extensible, pluggable, configurable, database agnostic, and includes a well-documented C# API.

DRP Address Book

A web based address book implementation using SQL Server 2008, ASP.NET, C#, and CSLA.NET

DSQLT - Dynamic SQL Templates

dsqlt.zip (2,8 MB)
DSQLT - Dynamic SQL Templates Use Stored Procedures as templates for dynamic SQL statements. Substitute parameters @0-@9 with values like objectnames or list of columnnames. Iterate over cursor-resultset instead of constant values. Write object-independent algorithms in T-SQL.